home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 server / QM825MR1.PP_ / qm825mr1.ppd
PostScript Printer Description  |  1996-04-25  |  16KB  |  410 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1992 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.0"
  10. *FileVersion: "2.0"
  11. *PCFileName: "QM825MR1.PPD"
  12. *LanguageVersion: English
  13. *Product: "(QMS-PS 825 MR)"
  14. *PSVersion: "(52.4) 29"
  15. *ModelName: "QMS-PS 825 MR"
  16. *NickName: "QMS-PS 825 MR v52.4"
  17.  
  18. *% General Information and Defaults ===============
  19. *FreeVM: "910000"
  20. *LanguageLevel: "1"
  21. *ColorDevice: False
  22. *DefaultColorSpace: Gray
  23. *VariablePaperSize: False
  24. *FileSystem: False
  25. *Throughput: "8"
  26. *Password: "0"
  27. *ExitServer: "
  28.   count 0 eq {  % is the password on the stack?
  29.     true
  30.   }{
  31.     dup % potential password
  32.     statusdict /checkpassword get exec not
  33.   } ifelse
  34.   {  %  if no password or not valid
  35.     (WARNING : Cannot perform the exitserver command.) =
  36.     (Password supplied is not valid.) =
  37.     (Please contact the author of this software.) = flush
  38.     quit
  39.   } if
  40.   serverdict  /exitserver get exec
  41. "
  42. *End
  43.  
  44. *Reset: "
  45.   count 0 eq {  % is the password on the stack?
  46.     true
  47.   }{
  48.     dup % potential password
  49.     statusdict /checkpassword get exec not
  50.   } ifelse
  51.   {  %  if no password or not valid
  52.     (WARNING : Cannot reset printer.) =
  53.     (Password supplied is not valid.) =
  54.     (Please contact the author of this software.) = flush
  55.     quit
  56.   } if
  57.   serverdict  /exitserver get exec
  58.   systemdict /quit get exec
  59.   (WARNING : Printer Reset Failed.) = flush
  60. "
  61. *End
  62.  
  63. *OpenUI *Resolution: PickOne
  64. *DefaultResolution: 600dpi 
  65. *Resolution 300dpi: "300 statusdict /setresolution get exec" 
  66. *Resolution 600dpi: "600 statusdict /setresolution get exec" 
  67. *?Resolution: "
  68. save
  69.   statusdict /resolution get exec
  70.   128 string cvs print (dpi) = flush
  71. restore
  72. "
  73. *End
  74. *CloseUI: *Resolution
  75.  
  76. *% Halftone Information ===============
  77. *ScreenFreq: "60.0"
  78. *ScreenAngle: "45.0"
  79. *DefaultScreenProc: Dot
  80. *ScreenProc Dot: "
  81. { abs exch abs 2 copy add 1 gt
  82.   {1 sub dup mul exch 1 sub dup mul add 1 sub }
  83.   {dup mul exch dup mul add 1 exch sub }
  84.   ifelse
  85. }
  86. "
  87. *End
  88. *ScreenProc Line: "{ pop }"
  89. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  90.  
  91. *DefaultTransfer: Null
  92. *Transfer Null: "{ }"
  93. *Transfer Null.Inverse: "{ 1 exch sub }"
  94.  
  95. *% Paper Handling ===================
  96.  
  97. *% Use these entries to set paper size most of the time, unless there is
  98. *% specific reason to use PageRegion.
  99. *OpenUI *PageSize: PickOne
  100. *OrderDependency: 30 AnySetup *PageSize
  101. *DefaultPageSize: Letter
  102. *PageSize Letter: "statusdict /lettertray get exec"
  103. *PageSize Legal: "statusdict /legaltray get exec"
  104. *PageSize Executive: "statusdict /executivetray get exec"
  105. *PageSize A4: "statusdict /a4tray get exec"
  106. *PageSize B5: "statusdict /b5tray get exec"
  107. *PageSize Monarch/Monarch Envelope: "statusdict /envelopetray get exec statusdict /monarch get exec"
  108. *PageSize Comm10/Common #10 Envelope: "statusdict /envelopetray get exec statusdict /com10 get exec"
  109. *PageSize DL/DL Envelope: "statusdict /envelopetray get exec statusdict /dl get exec"
  110. *PageSize C5/C5 Envelope: "statusdict /envelopetray get exec statusdict /c5 get exec"
  111. *PageSize Envelope.279.639/Common #9 Envelope: "statusdict /envelopetray get exec statusdict /com9 get exec"
  112. *PageSize Envelope.324.747/Common #11 Envelope: "statusdict /envelopetray get exec statusdict /com11 get exec"
  113. *?PageSize: "
  114. save 
  115. 5 dict 
  116.   dup /letter (Letter) put
  117.   dup /legal (Legal) put
  118.   dup /a4 (A4) put
  119.   dup /b5 (B5) put
  120.   dup /executive (Executive) put
  121.   statusdict /papersize get exec
  122.   3 1 roll  {get} stopped {(Unknown)}if
  123.   exch  not { print (.Transverse) }if
  124.   = flush
  125. restore 
  126. "
  127. *End
  128. *CloseUI: *PageSize
  129.  
  130. *% These entries will set up the frame buffer. Usually used with manual feed.
  131. *OpenUI *PageRegion: PickOne
  132. *OrderDependency: 40 AnySetup *PageRegion
  133. *DefaultPageRegion: Letter
  134. *PageRegion Letter: "letter"
  135. *PageRegion Legal: "legal"
  136. *PageRegion A4: "a4"
  137. *PageRegion B5: "b5"
  138. *PageRegion Executive: "statusdict /executivepage get exec"
  139. *PageRegion Monarch/Monarch Envelope: "statusdict  /monarch get exec"
  140. *PageRegion Comm10/Common #10 Envelope: "statusdict  /com10 get exec"
  141. *PageRegion DL/DL Envelope: "statusdict  /dl get exec"
  142. *PageRegion C5/C5 Envelope: "statusdict  /c5 get exec"
  143. *PageRegion Envelope.279.639/Common #9 Envelope: "statusdict  /com9 get exec"
  144. *PageRegion Envelope.324.747/Common #11 Envelope: "statusdict  /com11 get exec"
  145. *CloseUI: *PageRegion
  146.  
  147. *% The following entries provide information about specific paper keywords.
  148. *DefaultImageableArea: Letter
  149. *ImageableArea Letter: "15 13 597 779 "
  150. *ImageableArea Legal: "15 14 597 995 "
  151. *ImageableArea A4: "16 11 579 831 "
  152. *ImageableArea B5: "18 12 497 717 "
  153. *ImageableArea Executive: "18 18 486 720"
  154. *ImageableArea Monarch/Monarch Envelope: "1 1 279 540"
  155. *ImageableArea Comm10/Common #10 Envelope: "1 1 297 684"
  156. *ImageableArea DL/DL Envelope: "1 1 312 623"
  157. *ImageableArea C5/C5 Envelope: "1 1 459 649"
  158. *ImageableArea Envelope.279.639/Common #9 Envelope: "1 1 279 639"
  159. *ImageableArea Envelope.324.747/Common #11 Envelope: "1 1 324 747"
  160. *?ImageableArea: "
  161. save
  162.   /cvp { (                ) cvs print ( ) print } bind def
  163.   /upperright {10000 mul floor 10000 div} bind def
  164.   /lowerleft {10000 mul ceiling 10000 div} bind def
  165.   newpath clippath pathbbox
  166.   4 -2 roll exch 2 {lowerleft cvp} repeat
  167.   exch 2 {upperright cvp} repeat flush
  168.  restore
  169. "
  170. *End
  171.  
  172. *% These provide the physical dimensions of the paper (by keyword)
  173. *DefaultPaperDimension: Letter
  174. *PaperDimension Letter: "612 792"
  175. *PaperDimension Legal: "612 1008"
  176. *PaperDimension A4: "595 842"
  177. *PaperDimension B5: "516 729"
  178. *PaperDimension Executive: "522 756"
  179. *PaperDimension Monarch/Monarch Envelope: "279 540"
  180. *PaperDimension Comm10/Common #10 Envelope: "297 684"
  181. *PaperDimension DL/DL Envelope: "312 624"
  182. *PaperDimension C5/C5 Envelope: "459 649"
  183. *PaperDimension Envelope.279.639/Common #9 Envelope: "279 639"
  184. *PaperDimension Envelope.324.747/Common #11 Envelope: "324 747"
  185.  
  186. *RequiresPageRegion All: True
  187. *OpenUI *InputSlot: PickOne
  188. *OrderDependency: 20 AnySetup *InputSlot
  189. *DefaultInputSlot: Upper
  190. *InputSlot Lower: "1 statusdict /setpapertray get exec"
  191. *InputSlot Upper: "2 statusdict /setpapertray get exec"
  192. *?InputSlot: "
  193. save
  194.   [ (Unknown) (Lower) (Upper) ]
  195.   statusdict /papertray get exec
  196.   {get exec} stopped { pop pop (Unknown)} if = flush
  197. restore 
  198. "
  199. *End
  200. *CloseUI: *InputSlot
  201.  
  202. *OpenUI *ManualFeed: PickOne
  203. *OrderDependency: 20 AnySetup *ManualFeed
  204. *DefaultManualFeed: False
  205. *ManualFeed True: "statusdict /manualfeed true put"
  206. *ManualFeed False: "statusdict /manualfeed false put"
  207. *?ManualFeed: "save
  208.   statusdict /manualfeed get
  209.   {(True)}{(False)}ifelse = flush
  210.   restore
  211. "
  212. *End
  213. *CloseUI: *ManualFeed
  214.  
  215. *DefaultOutputBin: Upper
  216. *DefaultOutputOrder: Normal
  217.  
  218. *% Font Information =====================
  219. *DefaultFont: Courier
  220. *Font AGaramond-Bold: Standard "(001.000)" Standard ROM
  221. *Font AGaramond-BoldItalic: Standard "(001.000)" Standard ROM
  222. *Font AGaramond-Italic: Standard "(001.000)" Standard ROM
  223. *Font AGaramond-Regular: Standard "(001.000)" Standard ROM
  224. *Font AGaramond-Semibold: Standard "(001.000)" Standard ROM
  225. *Font AGaramond-SemiboldItalic: Standard "(001.000)" Standard ROM
  226. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  227. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  228. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  229. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  230. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  231. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  232. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  233. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  234. *Font Courier: Standard "(002.003)" Standard ROM
  235. *Font Courier-Bold: Standard "(002.003)" Standard ROM
  236. *Font Courier-BoldOblique: Standard "(002.003)" Standard ROM
  237. *Font Courier-Oblique: Standard "(002.003)" Standard ROM
  238. *Font Helvetica: Standard "(001.006)" Standard ROM
  239. *Font Helvetica-Bold: Standard "(001.007)" Standard ROM
  240. *Font Helvetica-BoldOblique: Standard "(001.007)" Standard ROM
  241. *Font Helvetica-Condensed: Standard "(001.001)" Standard ROM
  242. *Font Helvetica-Condensed-Bold: Standard "(001.002)" Standard ROM
  243. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)" Standard ROM
  244. *Font Helvetica-Condensed-Oblique: Standard "(001.001)" Standard ROM
  245. *Font Helvetica-Narrow: Standard "(001.006)" Standard ROM
  246. *Font Helvetica-Narrow-Bold: Standard "(001.007)" Standard ROM
  247. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)" Standard ROM
  248. *Font Helvetica-Narrow-Oblique: Standard "(001.006)" Standard ROM
  249. *Font Helvetica-Oblique: Standard "(001.006)" Standard ROM
  250. *Font NewCenturySchlbk-Bold: Standard "(001.006)" Standard ROM
  251. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)" Standard ROM
  252. *Font NewCenturySchlbk-Italic: Standard "(001.003)" Standard ROM
  253. *Font NewCenturySchlbk-Roman: Standard "(001.004)" Standard ROM
  254. *Font Palatino-Bold: Standard "(001.002)" Standard ROM
  255. *Font Palatino-BoldItalic: Standard "(001.002)" Standard ROM
  256. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  257. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  258. *Font Symbol: Special "(001.007)" Special ROM
  259. *Font Times-Bold: Standard "(001.007)" Standard ROM
  260. *Font Times-BoldItalic: Standard "(001.009)" Standard ROM
  261. *Font Times-Italic: Standard "(001.007)" Standard ROM
  262. *Font Times-Roman: Standard "(001.007)" Standard ROM
  263. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
  264. *Font ZapfDingbats: Special "(001.002)" Special ROM
  265. *?FontQuery: "
  266. save
  267.  /str 100 string dup 0 (fonts/) putinterval def
  268.  {
  269.    count 1 gt
  270.    {
  271.          exch dup str 6 94 getinterval cvs
  272.          (/) print print (:) print
  273.          FontDirectory exch known
  274.          {(Yes)}{(No)} ifelse =
  275.    }
  276.    {exit} ifelse
  277.  }bind loop
  278.  (*) = flush
  279. restore
  280. "
  281. *End
  282.  
  283. *?FontList: "
  284. save
  285.   FontDirectory { pop == } bind forall flush
  286.   (*) = flush
  287. restore
  288. "
  289. *End
  290.  
  291. *% Printer Messages (verbatim from printer):
  292. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  293. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  294. *Message: "\FontName\ not found, using Courier"
  295.  
  296. *% Status (format: %%[ status: <one of these> ]%% )
  297. *Status: "idle"
  298. *Status: "busy"
  299. *Status: "waiting"
  300. *Status: "printing"
  301. *Status: "warming up"
  302. *Status: "Initializing"
  303. *Status: "printing startup page"
  304. *Status: "printing test page"
  305. *Status: "PrinterError: no paper tray"
  306. *Status: "PrinterError: service call"
  307. *Status: "PrinterError: no toner cartridge"
  308. *Status: "PrinterError: cover open"
  309. *Status: "PrinterError: paper entry misfeed"
  310. *Status: "PrinterError: manual feed"
  311. *Status: "PrinterError: out of paper"
  312.  
  313. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  314. *Source: "serial25"
  315. *Source: "AppleTalk"
  316. *Source: "Centronics"
  317.  
  318. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  319. *PrinterError: "no paper tray"
  320. *PrinterError: "service call"
  321. *PrinterError: "no toner cartridge"
  322. *PrinterError: "cover open"
  323. *PrinterError: "paper entry misfeed"
  324. *PrinterError: "manual feed"
  325. *PrinterError: "out of paper"
  326.  
  327. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  328.  
  329. *% Color Separation Information =====================
  330.  
  331. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  332.  
  333. *InkName: ProcessBlack/Process Black
  334. *InkName: CustomColor/Custom Color
  335. *InkName: ProcessCyan/Process Cyan
  336. *InkName: ProcessMagenta/Process Magenta
  337. *InkName: ProcessYellow/Process Yellow
  338.  
  339. *%  For 60 lpi / 300 dpi  ===============================
  340.  
  341. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  342. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  343. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  344. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  345. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  346.  
  347. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  348. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  349. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  350. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  351. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  352.  
  353. *%  For 53 lpi / 300 dpi  ===============================
  354.  
  355. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  356. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  357. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  358. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  359. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  360.  
  361. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  362. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  363. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  364. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  365. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  366.  
  367. *%  For 85 lpi / 600 dpi  (5,5,2,6,6,2,20/3,0) =====================
  368.  
  369. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  370. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  371. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
  372. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
  373. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  374.  
  375. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  376. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  377. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  378. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  379. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "30.0"
  380.  
  381. *ColorSepScreenProc ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "
  382. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  383. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  384. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  385. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  386. "
  387. *End
  388.  
  389. *%  For 71 lpi / 600 dpi  ===============================
  390.  
  391. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  392. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  393. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
  394. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
  395. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
  396.  
  397. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  398. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  399. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  400. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  401. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
  402.  
  403. *% For "QMS-PS 825 MR" version 52.4
  404. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  405. *% Converted to meet 4.0 specification
  406. *% Last Edit Date: 13 Mar 1992
  407. *% The byte count of this file should be exactly 015279 or 015688
  408. *% depending on the filesystem it resides in.
  409. *% end of PPD file for QMS-PS 825 MR
  410.